TRIG FINDER v1.0
Questions, comments, or suggestions? Kerm_Martian@yahoo.com 

Please note that this is the code for v1.0; v2.0, which is included in this
zip as trigfind.83p or trigfind.8xp, is somewhat different than this.  This
code still works, though.


ClrHome:Degree 		<--In [mode]
Input "ANGLE IN DEGREES",X
AxesOff:ClrDraw
Text(1,10,"TRIG FINDER-",X,"(	<--In the [angle] menu or [catalog]
Text(10,5,"SINE
Text(10,44,sin(x
Text(17,5,"COSINE
Text(17,44,cos(x
Text(24,5,"TANGENT
Text(24,44,tan(x
Text(31,5,"COSECANT
Text(31,44,1/sin(x
Text(38,5,"SECANT
Text(38,44,1/cos(x
Text(45,5,"COTANGENT
Text(45,44,1/tan(x
Pause:AxesOn
Radian:ClrHome
Disp "TRIG FINDER v1.0","BY KERM MARTIAN
